home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / Netwerk⁄Telecom / NCSA Telnet 2.4.1 Folder / Org config.tel < prev    next >
Encoding:
Text File  |  1992-01-08  |  3.8 KB  |  92 lines  |  [TEXT/MSWD]

  1. #
  2. #  Example host file for NCSA Telnet 2.3
  3. #
  4. #
  5. #  Note:  When running the MacTCP drivers, the following fields are meaningless,
  6. #  but may be included for compatibility with systems which do not have MacTCP:
  7. #       hardware,gateway,arptime,rwin,mtu,maxseg,retrans,zone
  8. #
  9. #  "funny, this configuration file is readable ..."
  10. #  This file is free form
  11. #  Separators are any char <33 and :;=
  12. #
  13. #  The form is keyword=value for each parameter.
  14. #  The first set of parameters refer to the whole program's defaults.
  15. #  These parameter values can be in any order.
  16. #  Following this are the individual machine specs.
  17. #  If the first machine is name "default", then it contains default
  18. #  values for the rest of the machines.
  19. #
  20. hardware=AppleTalk        # Network connection type:
  21.                 #    values are: AppleTalk, Ether
  22.                 #    Ether<n>, EtherSE, EtherSC
  23. #zone="Zone"            # Which zone is the gateway in? (AT only)
  24. #domain="ncsa.uiuc.edu"        # default domain for name lookups
  25. termtype="vt100"        # terminal type to advertise (safe bet)
  26. arptime=5            # arp timeout in seconds
  27.                 #    affects machines on your local network
  28.  
  29. ftp=no                # do you want ftp enabled?
  30.                     #WARNING:  Enabling ftp without having
  31.                     #a password file allows anyone access to
  32.                     #your disk while you are using Telnet
  33. #passfile="ftppass"        # name of file to find FTP passwords in (System Folder)
  34.  
  35. block = 200            # screen blocking factor, range:  [100 to 4000]
  36.  
  37. commandkeys=yes            # Yes, I want command keys as default
  38.  
  39. #
  40. #  Following are individual machine specifications
  41. #
  42. #  The machine named "default" contains the fields which are automatically
  43. #  filled in for other hosts.  name=default machine should appear first.
  44. #
  45. name = default            # Session name, "default" is a reserved name
  46.                 #   Not a real machine, default parameters only
  47. #host=sri-nic.arpa         # Actual host name of machine, not session name
  48. #hostip=10.0.0.51        # IP address of host, example is for SRI-NIC
  49. #gateway=1            # This machine is a gateway for me
  50. #nameserver=1            # This machine has a DOMAIN name server for me
  51. scrollback=200            # number of lines of scrollback per session
  52. erase=delete            # use delete code or backspace code for <- key?
  53.                 #   legal values are "delete" and "backspace"
  54. vtwrap=yes            # should VT100 be in wrap mode or not?
  55. vtwidth=80              # 80 or 132 columns on startup of session
  56. #vtlines=24            # number of lines, 24 is standard VT102
  57. #port=23                    # choose the TCP port for telnet (std = 23)
  58. nfcolor="{0,0,0}"        # normal, foreground (Mac II)
  59. nbcolor="{65535,65535,65535}"    # normal, background (Mac II)
  60. bfcolor="{0,0,0}"        # blink, foreground (Mac II)
  61. bbcolor="{65535,65535,65535}"    # blink, background (Mac II)
  62. #font="Courier"            # font and size, default is Monaco 9
  63. #fsize=12
  64. #crmap=4.3BSDCRNUL        # map of the CR key for compatibility
  65. #duplex=half            # modifier for non-echo mode, forces send
  66. clearsave=yes            # save lines on clear screen yes/no
  67. #  The following entries affect the tuning of TCP connections to this host.
  68. #  They should be set by the network administrator who is familiar with
  69. #    the requirements of your specific network.
  70. contime=20            # timeout in seconds to try connection
  71. retrans=30            # starting retransmit time out in ticks
  72.                 #   1/60ths of sec 
  73. mtu=512                # maximum transmit unit in bytes
  74.                 #   AppleTalk MAX = 512, Ethernet Max=1024
  75. maxseg=512            # largest segment we can receive
  76.                 #   AppleTalk MAX = 512, Ethernet Max=1536
  77. rwin=512            # TCP window size, MAX=4096
  78. #
  79. #  Below this line, most of the communication parameters are obtained
  80. #   from the "default" host entry.
  81. #  Machine names, IP addresses, and special communication parameters are
  82. #   present when needed.  
  83. #
  84.  
  85. #name=mynameserver ; hostip=127.0.0.2 ; nameserver=1 
  86. #name=mygateway ; hostip=127.0.0.3 ; gateway=1
  87.  
  88. name=ncsaa ; hostip=128.174.3.100
  89. name=ncsab ; hostip=128.174.3.101
  90. name=ncsad ; hostip=128.174.10.48
  91.